In This Topic
Encrypts the input PDF file and saves the encrypted file to output path.
Overload List
| Overload | Description |
| encryptFile(String,String,PDFSecurityHandler,boolean) | Encrypts the input PDF file and saves the encrypted file to output path. |
| encryptFile(String,String,String,PDFSecurityHandler,boolean) | Encrypts the input PDF file and saves the encrypted file to output path. |
| encryptFile(Stream,Stream,PDFSecurityHandler,boolean) | Encrypts the PDF file given in input stream and saves the encrypted file to output stream. |
| encryptFile(Stream,String,Stream,PDFSecurityHandler,boolean) | Encrypts the PDF file given in input stream and saves the encrypted file to output stream. |
See Also